home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000165_news@newsmaster….columbia.edu _Fri Aug 15 09:36:29 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA12617
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 15 Aug 1997 09:36:28 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA27944
  7.     for kermit.misc@watsun; Fri, 15 Aug 1997 09:36:28 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Help: Telnet with C-Kermit 5A(191) for OS/2
  12. Date: 15 Aug 1997 13:36:25 GMT
  13. Organization: Columbia University
  14. Lines: 30
  15. Message-ID: <5t1m0p$jv7$1@apakabar.cc.columbia.edu>
  16. References: <871647854.22740@dejanews.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7469
  19.  
  20. In article <871647854.22740@dejanews.com>,  <bandyo@wam.umd.edu> wrote:
  21. : I am trying to run a data query / report writer application remotely by
  22. : telneting to rtk.net which is a menu driven site also accessible through
  23. : their BBS number. Here is the problem. I can navigate within the menu
  24. : system fine but inside the application (data query) sooner or later an
  25. : arrow key stroke acts like as if I have hit escape key and takes me to
  26. : previous menu, or if at the first menu, then out of the application!
  27. : If I use C-Kermit to dial directly into the BBS (in stead of Telnet
  28. : through internet), this problem goes away. I am using vt100 emulation in
  29. : both telnet and direct dial. What am I doing wrong?
  30.  
  31. The problem is that the roundtrip time for a packet to be sent and
  32. received by the BBS via Telnet is greater than the Escape key
  33. detection timeout built into the BBS.  This is a poor design
  34. architecture for the BBS (and other apps) since the ESC char has very
  35. special meaning to a VTxxx or other ANSI x3.64-1979 based terminal.
  36. You would have exactly the same problem running a real terminal hooked
  37. to a terminal server.
  38.  
  39. Kermit-95 for OS/2 is less susceptible to this symptom than C-Kermit
  40. 5a(191) as it tries to force the entire Escape sequence to be sent in
  41. a single IP packet.  See http://www.columbia.edu/kermit/os2.html for
  42. more information.
  43.  
  44.  
  45.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  46.                  The Kermit Project * Columbia University
  47.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  48.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu